home *** CD-ROM | disk | FTP | other *** search
/ Lake Powell / Lake Powell.iso / pc / glc7marn.dxr / 00657.ls < prev    next >
Encoding:
Text File  |  1998-04-16  |  215 b   |  14 lines

  1. on mouseDown
  2.   set the visible of sprite 46 to 0
  3.   puppetSound("Tone")
  4.   updateStage()
  5.   repeat while the mouseDown
  6.     nothing()
  7.   end repeat
  8.   set the visible of sprite 46 to 1
  9. end
  10.  
  11. on mouseUp
  12.   go(#previous)
  13. end
  14.